home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / lib / patch < prev    next >
Internet Message Format  |  1995-05-04  |  1KB

  1. From campo@sunthpi3.difi.unipi.it Sat Apr 22 01:01:54 1995
  2. Date: Sat, 22 Apr 95 10:02:38 +0200
  3. From: campo@sunthpi3.difi.unipi.it (Massimo Campostrini)
  4. To: shebs@cygnus.com
  5. Subject: patch 1/1 to 7.0d36
  6.  
  7. This fixes the mountains color image, which looks completely black
  8. (I've set the background to "sienna").
  9.  
  10. *** lib/terrain.imf.orig    Thu Dec 22 03:19:15 1994
  11. --- lib/terrain.imf    Sat Apr 22 09:55:33 1995
  12. ***************
  13. *** 100,106 ****
  14.     (color (actual 16 16) (pixel-size 1) (row-bytes 2) (palette (0 0 48059 0) (1 65535 65535 52428))
  15.      "fe7f/cfef/87c4/85ed/cf3f/ff3f/7fff/bee6/e5c2/c7c3/cf27/ff3f/f9ff/39f3/3373/fe7f")))
  16.   (imf "mountains" ((8 8 tile)
  17. !   (color (actual 16 16) (pixel-size 1) (row-bytes 2) (palette (0 22016 11421 1316) (1 0 0 0))
  18.      "8c09/4888/31c4/6341/8261/8732/4d5a/3a2c/3226/6413/d208/a205/6460/c1b8/3124/da12")
  19.     (mono "40/e0/71/fa/7d/ba/55/aa")))
  20.   (imf "mountains-3" ((8 8 tile)
  21. --- 100,106 ----
  22.     (color (actual 16 16) (pixel-size 1) (row-bytes 2) (palette (0 0 48059 0) (1 65535 65535 52428))
  23.      "fe7f/cfef/87c4/85ed/cf3f/ff3f/7fff/bee6/e5c2/c7c3/cf27/ff3f/f9ff/39f3/3373/fe7f")))
  24.   (imf "mountains" ((8 8 tile)
  25. !   (color (actual 16 16) (pixel-size 1) (row-bytes 2) (palette (0 40960 20992 11520) (1 0 0 0))
  26.      "8c09/4888/31c4/6341/8261/8732/4d5a/3a2c/3226/6413/d208/a205/6460/c1b8/3124/da12")
  27.     (mono "40/e0/71/fa/7d/ba/55/aa")))
  28.   (imf "mountains-3" ((8 8 tile)
  29.  
  30.  
  31.